Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-215822 | CISC-ND-000460 | SV-215822r879586_rule | Medium |
Description |
---|
Changes to any software components of the network device can have significant effects on the overall security of the network. Therefore, only qualified and authorized individuals should be allowed administrative access to the network device for implementing any changes or upgrades. If the network device were to enable non-authorized users to make changes to software libraries, those changes could be implemented without undergoing testing, validation, and approval. |
STIG | Date |
---|---|
Cisco IOS XE Router NDM Security Technical Implementation Guide | 2023-11-28 |
Check Text ( C-17061r287505_chk ) |
---|
Verify that the router is not configured with a privilege level other than "15" to allow access to the file system as shown in the example below. file privilege 10 Note: The default privilege level required for access to the file system is "15"; hence, the command file privilege "15" will not be shown in the configuration. If the router is configured with a privilege level other than "15" to allow access to the file system, this is a finding. |
Fix Text (F-17059r287506_fix) |
---|
Configure the router to only allow administrators with privilege level "15" access to the file system as shown in the example below. R4(config)#file privilege 15 |